Removing requirements-*.txt files in favor of dep groups#926
Merged
godlygeek merged 1 commit intoMay 21, 2026
Merged
Conversation
8346276 to
0673da9
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #926 +/- ##
==========================================
- Coverage 92.43% 92.41% -0.02%
==========================================
Files 99 99
Lines 11785 11785
Branches 429 429
==========================================
- Hits 10893 10891 -2
- Misses 892 894 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
139d4cc to
e7b3c3a
Compare
godlygeek
reviewed
May 19, 2026
4c6da8a to
a38d82c
Compare
419de19 to
4d086db
Compare
Contributor
Author
|
@godlygeek should be good now .... I hope |
godlygeek
reviewed
May 21, 2026
godlygeek
reviewed
May 21, 2026
godlygeek
approved these changes
May 21, 2026
Contributor
godlygeek
left a comment
There was a problem hiding this comment.
Thanks for the contribution, @grantlouisherman !
Dependency groups are the latest and greatest way to manage the dependencies of a project needed only by contributors. Signed-off-by: Grant Herman <grantlouisherman041@gmail.com> Co-authored-by: Matt Wozniski <godlygeek@gmail.com>
88cab3f to
577ec2b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
*Issue number of the reported bug or feature request: #919
Describe your changes
I removed requirements-*.txt in favor or using dep groups
Testing performed
Automated testing